Crate app_dirs [] [src]

Access platform-dependent canonical locations for app-specific data.

Structs

AppInfo

Data structure that holds information about your app.

Enums

AppDataType

Enum specifying the type of app data you want to store.

AppDirsError

Error type for any app_dirs operation.

Functions

create_app_dir

Creates (if necessary) directory hierarchy for the data type and app info provided.

get_app_data_root

Gets path to root app data directory for the data type and app info provided.

get_app_dir_path

Gets directory path for the data type and app info provided.

Type Definitions

AppDirsResult

Result type for any app_dirs operation.